home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global UsrDivMeanSet, state
- set temp to UsrDivMeanSet
- if state = "done" then
- go("leave")
- return
- end if
- set UsrDivMeanSet to 1
- set CardPos to CardPos(the mouseH, the mouseV)
- if (CardPos = -1) and (state = "InProcess") then
- keySound("DIVGSEV")
- else
- if (CardPos = -1) and (state = "complete") then
- keySound("DIVGCMPT")
- else
- if (CardPos = -1) and (state = "ReShow") then
- keySound("DIVGREDI")
- end if
- end if
- end if
- set UsrDivMeanSet to temp
- end
-